.reschedule_container {
  width: 100%;
  /* height: 100%; */
  /* background-image: url(../images/myBooking_paper_bg.png); */
  background-size: cover;
  background-repeat: no-repeat;
  /* transform: rotateY(180deg); */

  display: flex;
  align-items: center;
  flex-direction: column;
  /* padding-top: 150px; */
  /* padding-bottom: 250px; */
  position: relative;
}

.reschedule_container_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 44px;
  /* padding-bottom: 60px; */
  justify-content: center;
  position: relative;
  z-index: 2;
}
.reschedule_content::before {
  content: "";
  display: block;
  width: 40%;
  aspect-ratio: 151 / 127;
  background-image: url(../images/deco_mistletoe.png);
  background-size: 100% auto;
  position: absolute;
  top: -6%;
  left: -13%;
  transform: rotate(97deg);
}

.reschedule .btnWrapper {
  width: 25%;
  min-width: 250px;
  margin-top: 64px;
  max-width: 280px;
}



.reschedule_bottom {
  width: 100%;
  aspect-ratio: 1440/457;
  position: absolute;
  bottom: 0px;
}

.reschedule_bottom_left {
  width: 35%;
  aspect-ratio: 482 / 363;
  background-image: url(../images/myBooking_bottom_left.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  bottom: 9%;
}

.reschedule_bottom_right {
  width: 50%;
  aspect-ratio: 867 / 788;
  background-image: url(../images/sales_monster_deco.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  bottom: -7%;
  max-width: 700px;
}

.reschedule_bottom_red_paper {
  width: 100%;
  aspect-ratio: 956/484;
  background-image: url(../images/myBooking_red_check_paper.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}

.reschedulePopup {
  aspect-ratio: 562/515;

  min-width: 250px;
  width: 50%;
  max-width: 562px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.reschedulePopup .popupContent {
  width: 100%;
  height: 100%;
  background-image: url(../images/reschedule_popup_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.reschedulePopup .popupInner {
  align-items: flex-start;
  padding-inline: 15%;
  padding-block: 10%;
  justify-content: center;
}

.reschedulePopup::before {
  content: "";
  display: block;
  position: absolute;
  top: -28%;
  left: 50%;
  width: 70%;
  height: 70%;
  background-image: url(../images/cart_monster.svg);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateX(-68%) rotate(-6.117deg);
  z-index: -1;
}
.reschedulePopup .popupContent::before {
  content: none;
}

.reschedulePopup .popupTitle::before {
  content: none;
}

.reschedulePopup .popupTitle {
  width: 100%;
  text-align: center;
  /* Text outer glow */
  text-shadow: 0px 0px 4px #dfd3b9;
  /* Desktop EN/Headline 3 - Bold */
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 0px;
}
.popupDesc {
  height: 80%;
  display: flex;
  flex-direction: column;

  width: 100%;
  justify-content: space-between;
}
.reschedulePopupDesc_row1_name {
  display: inline-block;
  color: #fcf3e8;
  /* Desktop EN/Body - Demi Bold */
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
}

.reschedulePopup .btnWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  max-width: 100%;
}

.bookingDetail_desc_remark {
  color: #fcf3e8;
  /* Desktop EN/Body Small - Regular */
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

.reschedulePopupDesc_row1_peak {
  display: inline-block;
  color: #29110B;

/* EN/Body - Bold */
font-family: Inter ,'Noto Sans TC';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 22.4px */
}

.reschedule .mfp-close {
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(../images/2025images/icn_close_brown.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;

}

.myBooking .reschedule_container .btnWrapper {
  margin-top: 0px;
}
@media (max-width: 960px) {
  .reschedule_container {
    width: 100%;
    /* height: 100%; */
    /* background-image: url(../images/myBooking_paper_bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    /* transform: rotateY(180deg); */
    margin-top: -80px;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* padding-top: 150px; */
    /* padding-bottom: 250px; */
    position: relative;
  }
}
